/*
Theme Name: peer
Theme URI: 
Description: peer theme
Author: Aeven
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pee
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
    font-family:"Arial", "Microsoft Yahei";
}
li{
    list-style-type: none;
}
html, body{
    font-size:100%;
    width:100%;
    height:100%;
    background:#a8d182;
    min-width:1000px;
}
a{
    text-decoration:none;
    color:#000;
}
a {outline: none;} 
a:active {star:expression_r(this.onFocus=this.blur());} 
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}

#top{
    width:100%;
    height:137px;
    background:#ffffff url("img/black-bg.png") bottom repeat-x;
    z-index:9999;
}
#top.stuck{
    position: fixed;
    top: 0;
}

#top-wrapper{
    width:980px;
    height:100%;
    margin:0 auto;
    z-index:9999;
}

#logo{
    background:url("img/logo.gif") left center no-repeat;
    width:202px;
    height:106px;
    float:left;
    margin: 12px 0;
}
#logo a{
    width: 100%;
    height: 100%;
    display: block;
}

#top-right{
    height:100%;
    float:right;
    width:760px;
}

#search{
    width:100%;
    height:90px;
    overflow:hidden;
}
#search-wrapper{
    position:relative;
    width:250px;
    height:32px;
    float:right;
    line-height:32px;
    margin-top: 29px;
}
#search-wrapper input{
    position:relative;
    width:228px;
    padding:0 10px;
    height:30px;
    line-height:30px;
    border-radius:8px;
    border:#e5e8d7 1px solid;
    outline:none;
    color:#b3b4a9;
}
#search-wrapper #searchsubmit{
    display:block;
    position:absolute;
    width:32px;
    height:32px;
    right:0;
    bottom:0;
    background:url("img/search.gif") center center no-repeat;
    cursor:pointer;
    border: none;
}
.search-content{
    margin-left: 20px
}
#language-wrapper{
    position:relative;
    width:170px;
    height:32px;
    float:right;
    line-height:32px;
    margin-top: 29px;
    margin-right:10px;
}
.langs-hover .active-lang{
    border-top:#b3b4a9 1px dotted;
    display:block;
}
#langs p{
    cursor:pointer;
}
#langs p:hover{
    background:#f4f8fc;
}
.langs-hover .icon-lang{
    background:url("img/lang-icons.png") 9px -55px no-repeat;
}
#langs{
    float:right;
    height:32px;
    color:#b3b4a9;
    width:60px;
}
#langs p{
    font-size: 12px;
    height:32px;
    line-height:32px;
    padding:0 8px;
    text-align:center;
}
.active-lang{
    display:none;
}
.standby-lang{
}
.icon-lang{
    background:url("img/lang-icons.png") 9px 9px no-repeat;
    float:right;
    width:32px;
    height:32px;
    cursor:pointer;
}

#menu{
    height:47px;
    float:right;
    z-index:9999;
}

.menu-item{
    float:left;
    height:100%;
    position:relative;
    z-index:9999;
}
.menu-item a{
    display:block;
    padding:0 10px;
    height:39px;
    line-height:39px;
    font-size:16px;
    font-weight:bold;
    border:#ffffff 1px solid;
    border-bottom:none;
    float:left;
    z-index:9999;
}
ul#menu>li.current-menu-item{
    background:url("img/active-menu.png") center bottom no-repeat;
}
.menu-item .menu-item-a-hover{
    background:#f4f8fc;
    border:#e9ebdd 1px solid;
    border-bottom:none;
}
.sub-menu{
    position:absolute;
    left:0;
    top:40px;
    padding-top:7px;
    z-index:10000;
    width:100%;
    display:none;
}
.sub-menu-active{
    display:block;
}
.sub-menu li{
    width:100%;
}
.sub-menu a{
    text-align:center;
    font-size:12px;
    line-height:40px;
    height:40px;
    background:#f4f8fc;
    display:block;
    width:100%;
    border-bottom:#e5e8d7 1px solid;
    opacity:0.9;
    padding: 0;
    font-weight: normal;
}
.sub-menu a:hover{
    opacity:1;
}
#banner{
    width:980px;
    margin:14px auto;
    height:400px;
    background:#000000;
    border-top:#ffffff 5px solid;
    border-bottom:#ffffff 5px solid;
    
    position:relative;
}
#slider-nav{
    position:absolute;
    overflow:hidden;
    height:64px;
    width:100%;
    top:168px;
    left:0;
}
#slider-nav-wrapper{
    width:980px;
    height:64px;
    margin:0 auto;
}
.slider-prev{
    float:left;
    width:90px;
    height:100%;
    background:url("img/arrows.png") right 0 no-repeat;
    opacity:0.5;
    -webkit-transition: all 0.3s;
}
.slider-next{
    float:right;
    width:90px;
    height:100%;
    background:url("img/arrows.png") left -128px no-repeat;
    opacity:0.5;
    -webkit-transition: all 0.3s;
}
.slider-prev:hover, .slider-next:hover{
    opacity:0.9;
}
.frame{
    width:100%;
    height:100%;
    display:block;
    position:relative;
}
.frame ul{
    height:100%;
    width:100%;
}
.frame ul li{
    float:left;
    height:100%;
    width:100%;
    
    font-size:50px;
    color:#fff;
    
    position:relative;
}
.frame ul li p{    
    position:absolute;
    bottom:0;
    left:0;
    height:40px;
    line-height:40px;
    text-align:center;
    opacity:0.7;
    width:100%;
    font-size:14px;
    background:#ffffff;
    color:#000000;
}
.frame ul li p a{
    width:100%;
    height:100%;
    display:block;
}

#content{
    width:100%;
    background:#a8d182;
    overflow:hidden;
    margin-top: 14px;
}
#content-wrapper{
    width:980px;
    margin:0 auto;
    overflow:hidden;
}
.inner{
    background: url('img/page-bg.png') repeat-y center;
}

.floor{
    width:100%;
    height:auto;
    overflow:hidden;
}

.floor-last{
    margin-bottom:14px;
}

.mrb14{
    margin-bottom:14px;
    margin-right: 14px;
}
.mrr14{
    margin-right:14px;
}
.mrb13{
    margin-bottom:13px;
}
.mrr13{
    margin-right:13px;
}
.block{
    background:#ffffff;
}

#info{
    float:left;
    width:483px;
    height:546px;
}
#about{
    width:473px;
    height:196px;
    padding:5px;
}
.about-wrapper{
    padding:10px 14px;
}
.about-content{
    margin:0;
    font-size:12px;
    text-indent:2em;
    line-height:150%;
}
.about-title{
    font-size:14px;
    font-weight:bold;
    margin: 14px 0 6px;
}
#hot{
    float:right;
    width:473px;
    height:536px;
    padding:5px;
}
#hot-wrapper{
    margin-left:8px;
    margin-top:13px;
    margin-right: -14px;
    overflow:hidden;
	height:328px;
}
.hot-item{
    width:222px;
    height:150px;
    float:left;
    position:relative;
    overflow: hidden;
}
.hot-item a{
    width:100%;
    height:100%;
    display:block;
}
.hot-item img{
    border:#f2f3eb 1px solid;
    width:220px;
    height:148px;
}
.news-title{
    bottom:0;
    left:0;
    z-index:2;
    color:#000000;
    position:absolute;
    font-size:14px;
    background:#f2f3eb;
    opacity:0.8;
    width: 100%;
    height: 46px;
}
.hot-item p{
    line-height: 130%;
    margin-left: 8px;
    margin-right: 8px;
    text-align:center;
}
#join-us{
    width:483px;
    height:326px;
    overflow:hidden;
    background: #ffffff;
}
#apply{
    width:161px;
    padding:5px;
    height:316px;
    float:left;
    position:relative;
}
#apply-wrapper{	
    background:#ffffff url("img/apply-heart.gif") center 137px no-repeat;
	height:316px;
	border:#eef0df 1px solid;
}
#apply a{
    display:block;
    width:82px;
    height:26px;
    margin:0 auto;
    background:url("img/apply-icon.gif") center center no-repeat;
    line-height:26px;
    text-align:center;
    font-size:12px;
    color:#ffffff;
    margin-top:175px;
}
#apply a:hover{
    opacity:0.9;
}
#apply-desc{
    display:block;
    height:60px;
    z-index:1;
    overflow:hidden;
    font-size:13px;
    padding:15px 0;
	background:#f2f3eb;
}
#college{
	width:458px;
	height:150px;
	background:#ddd;
	margin-top:0px;
	margin-left:8px;
	//background:url("img/college.jpg") no-repeat;
}
#college a{
	width:100%;
	height:100%;
	display:block;
}
#apply-desc p{
    text-align:center;
    color:#489137;
    line-height:30px;
    font-weight:bold;
}
.apply-desc-title{
    font-size:18px;
}
#recuruiment{
    width:290px;
    padding:5px;
    height:316px;
    float:left;
	margin-left:10px;
}
#rec-wrapper{
    margin-top:16px;
}
.rec-item{
    height:85px;
    width: 270px;
    overflow:hidden;
}
.rec-img{
    float:left;
    width:85px;
    height:85px;
}
.rec-content{
    width:180px;
    height:85px;
    float:left;
}
.rec-content-wrapper{
    padding:8px 5px 0 20px;
}
.rec-title{
    font-size:14px;
    font-weight:bold;
    margin-bottom:5px;
    line-height: 120%;
}
.rec-info{
    font-size:12px;
    line-height:28px;
}

#influence{
    width:980px;
    height:167px;
    overflow:hidden;
}
#inf-info{
    width:172px;
    height:100%;
    float:left;
    background:url("img/inf-icon-bg.png") center center no-repeat;
}
#inf-info p{
    margin-top:125px;
    text-align:center;
    color:#489137;
    font-weight:bold;
}
#inf-content{
    width:808px;
    float:left;
    height:100%;
    overflow:hidden;
    background:url("img/inf-content-bg.png") center 68px no-repeat;
}
#inf-content li{
    width:202px;
    height:100%;
    float:left;
}
.inf-1{
    background:url("img/inf-1.png") center 28px no-repeat;
    color:#489137;
}
.inf-2{
    background:url("img/inf-2.png") center 28px no-repeat;
    color:#9a4735;
}
.inf-3{
    background:url("img/inf-3.png") center 28px no-repeat;
    color:#33859d;
}
.inf-4{
    background:url("img/inf-4.png") center 28px no-repeat;
    color:#929842;
}
.inf-num{
    text-align:center;
    margin-top:60px;
    color:#ffffff;
}
.inf-desc{
    text-align:center;
    margin-top:45px;
}

.block-title{
    height:38px;
    background:#f2f3eb;
    font-size:18px;
    line-height:38px;
    padding-left:14px;
    font-weight:bold;
    color:#489137;
}

#bottom{
    width:100%;
    background:#333333;
    overflow:hidden;
}
#bottom a{
    color:#ffffff;
}
#bottom-wrapper{
    width:980px;
    margin:0 auto;
    overflow:hidden;
    color:#ffffff;
    padding: 30px 0;
    font-size:12px;
}
.bottom-title{
    font-size:16px;
    font-weight:bold;
    height:20px;
    width:100%;
}
.friend-link{
    margin-top:6px;
    zoom: 1;
    overflow: hidden;
}
.friend-link li{
    width: 50%;
    float: left;
    line-height:20px;
}
.friend-link a:hover{
    text-decoration:underline;
}
.more{
    margin-top: 10px
}
.copyright{
    margin-top:5px;
    float: left;
    clear: both;
}
.copyright span{
    display: block;
    float: left;
    margin-right: 20px;
}
.erwei{
}
.contact{
    margin-top:6px;
}
.contact li{
    line-height:20px;
    overflow:hidden;
}
.contact li p{
    float:left;
}
.contact-left{
    width:40px;
}
.contact-right{
    width:200px;
}
.social-icons{
    margin-top:15px;
    overflow:hidden;
}
.social-icons li{
    float:left;
    margin-right:24px;
    margin-bottom: 10px;
}
.social-icons a{
    opacity:0.85;
}
.social-icons a:hover{
    opacity:1;
}
li.social-last{
    margin-right:0;
}
.col1-2{
    width:580px;
    height: 201px;
    float:left;
}
.col3{
    width:120px;
    float:left;
}
.col4{
    width:240px;
    float:right;
}

#page-left{
    width:225px;
    padding:5px;
    background:#ffffff;
    float:left;
}
#page-left .children{
    display:none;
}
#page-left .current_page_item .children,#page-left .current_page_ancestor .children,#page-left .current_page_parent .children{
    display:block;
}
.page-menu{
    width:225px;
}
.page-menu-title{
    height:38px;
    line-height:38px;
    font-size:14px;
    color:#333333;
    background:#f2f3eb;
    padding-left:15px;
}

.page-menu-wrapper{
    font-size:12px;
    line-height:12px;
    margin:10px 0;
}
.page-menu-wrapper li{
    padding:0;
    margin:0;
    line-height:12px;
}
.page-menu-wrapper li a{
    padding:11px 15px 11px 25px;
    line-height:12px;
    border:#ffffff 1px solid;
    display:block;
    background: url('img/dot.gif') no-repeat 10px center;
    color: #6eba44;
}
.page-menu-wrapper li a:hover{
    border:#e9ebdd 1px solid;
    background-color:#f4f8fc;
    color: #489137;
}
.page-menu-wrapper li.current_page_item>a,.page-menu-wrapper li.current-cat>a{
    color: #489137;
    font-weight: bold;
}

.page-news-wrapper li a{
    padding: 8px 15px!important;
}
ul.children li{
    padding-left: 20px;
}

#page-right{
    width:721px;
    padding:5px;
    background:#ffffff;
    float:right;
}
.page-content-title{
    padding-left:40px;
    background:#f2f3eb;
    font-size:18px;
    font-weight: bold;
    color:#333333;
    height:38px;
    line-height:38px;
}
.page-content-date{
    color: #666666;
    font-size: 12px;
    padding: 0 40px;
    margin: 10px 0;
}
.page-content-p{
    padding:0 40px;
    font-size:12px;
    color:#333333;
    line-height:200%;
    margin-top:20px;
    margin-bottom:40px;
}	
	
}
.page-content-p p{
    margin-bottom:12px;
}

.page-content-p img {
max-width:100%;
height:auto;
}

.related-posts{
    width: 50%;
    float: left;
    margin: 10px 0;
}
.related-posts h2{
    font-size: 16px;
}
.related-posts li{
    padding-left: 10px;
    margin: 5px 0 0 5px;
    background: url('img/dot.gif') no-repeat center left;
}
h2.download-title{
    font-size: 14px;
    padding: 0 40px;
}
ul.download-list{
    font-size: 12px;
    padding: 0 40px;
    margin: 10px 0 20px 0;
}
ul.download-list li{
    margin: 5px 10px;
}

/* category */
.posts-list{
    width: 700px;
    margin: 20px auto;
}
.posts-list li.excerpt-item{
    margin: 10px 0 20px;
    zoom: 1;
    overflow: hidden;
}
h2.post-title{
    font-size: 16px;
}
.post-thumb{
    float: left;
    margin-right: 20px;
}
.post-thumb img{
    width: 180px;
    height: 121px;
}
.post-content{
    float: right;
    width: 500px;
}
.post-entry{
    font-size: 12px;
    line-height: 180%;
    margin: 10px 0;
}
.post-date{
    color: #666666;
    font-size: 12px;
    margin: 10px 0;
}
.posts-list li.title-item{
    margin: 10px;
    font-size: 14px;
    padding: 10px 30px;
    padding-bottom: 10px;
    background: url('img/dot.gif') no-repeat 10px 15px;
    border-bottom: 1px dotted #cccccc;
}
.wp-pagenavi{
    font-size: 12px;
    float: right;
    padding-bottom: 20px;
}
.sub-page-list{
    font-size: 12px;
}
.sub-page-list a{
    color: #6eba44;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
    clear: both;
    padding: 0 40px;
    font-size: 14px;
}
#comments .navigation {
    padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
h3#comments-title {
    padding: 24px 0;
}
.commentlist {
    list-style: none;
    margin: 0;
}
.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 56px;
    position: relative;
}
.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}
#comments .comment-body p:last-child {
    margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}
.commentlist ol {
    list-style: decimal;
}
.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
}
.comment-author {
}
.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: bold;
}
.comment-author .says {
    font-style: italic;
}
.comment-meta {
    font-size: 12px;
    margin: 0 0 5px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
    color: #777;
    text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
    color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
    color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
    color: #ff4b33;
}
.commentlist .children {
    list-style: none;
    margin: 0;
}
.commentlist .children li {
    border: none;
    margin: 0;
}
.nopassword,
.nocomments {
    display: none;
}
#comments .pingback {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
    margin-top: -6px;
}
#comments .pingback p {
    color: #777;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
#comments .pingback .url {
    font-size: 13px;
    font-style: italic;
}

/* Comments form */
input[type="submit"] {
    color: #333;
}
#respond {
    border-top: 1px solid #e7e7e7;
    margin: 24px 0;
    overflow: hidden;
    position: relative;
}
#respond p {
    margin: 0;
}
#respond .comment-notes {
    margin-bottom: 1em;
}
.form-allowed-tags {
    line-height: 1em;
}
.children #respond {
    margin: 0 48px 0 0;
}
h3#reply-title {
    margin: 18px 0;
}
#comments-list #respond {
    margin: 0 0 18px 0;
}
#comments-list ul #respond {
    margin: 0;
}
#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}
#respond .required {
    color: #ff4b33;
    font-weight: bold;
}
#respond label {
    color: #777;
    font-size: 12px;
}
#respond input {
    margin: 0 0 9px;
    width: 98%;
}
#respond textarea {
    width: 98%;
}
#respond .form-allowed-tags {
    color: #777;
    font-size: 12px;
    line-height: 18px;
}
#respond .form-allowed-tags code {
    font-size: 11px;
}
#respond .form-submit {
    margin: 12px 0;
}
#respond .form-submit input {
    font-size: 14px;
    width: auto;
}